[INFO] cloning repository https://github.com/HerbHall/DigitalRain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HerbHall/DigitalRain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerbHall%2FDigitalRain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerbHall%2FDigitalRain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1bd2d122ca58430918d278fbd35b9ec556662880
[INFO] fixing HerbHall/DigitalRain against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHerbHall%2FDigitalRain" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HerbHall/DigitalRain
[INFO] finished tweaking git repo https://github.com/HerbHall/DigitalRain
[INFO] tweaked toml for git repo https://github.com/HerbHall/DigitalRain written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HerbHall/DigitalRain on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HerbHall/DigitalRain already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b
[INFO] running `Command { std: "docker" "start" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking toml v1.0.3+spec-1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking digital_rain v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]    --> src/config.rs:352:13
[INFO] [stdout]     |
[INFO] [stdout] 352 |         use rand::Rng;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]   --> src/crt.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rand::Rng;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]   --> src/effects/fire.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rand::Rng;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/effects/ocean.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/rain/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]    --> src/config.rs:352:13
[INFO] [stdout]     |
[INFO] [stdout] 352 |         use rand::Rng;
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]   --> src/crt.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use rand::Rng;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]   --> src/effects/fire.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use rand::Rng;
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/effects/ocean.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `rand::Rng`
[INFO] [stdout]  --> src/rain/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use rand::Rng;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:360:38
[INFO] [stdout]     |
[INFO] [stdout] 360 |             effect_name: effects[rng.random_range(0..effects.len())].to_string(),
[INFO] [stdout]     |                                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:361:35
[INFO] [stdout]     |
[INFO] [stdout] 361 |             speed_multiplier: rng.random_range(0.5..2.5),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:362:37
[INFO] [stdout]     |
[INFO] [stdout] 362 |             density_multiplier: rng.random_range(0.3..2.0),
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:363:40
[INFO] [stdout]     |
[INFO] [stdout] 363 |             palette_name: palettes[rng.random_range(0..palettes.len())].to_string(),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:364:40
[INFO] [stdout]     |
[INFO] [stdout] 364 |             charset_name: charsets[rng.random_range(0..charsets.len())].to_string(),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:368:30
[INFO] [stdout]     |
[INFO] [stdout] 368 |             crt_enabled: rng.random_range(0.0..1.0) < 0.07, // ~7% chance
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:239:28
[INFO] [stdout]     |
[INFO] [stdout] 239 |                     if rng.random_range(0.0..1.0) < probability {
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:240:56
[INFO] [stdout]     |
[INFO] [stdout] 240 |                         let noise_ch = NOISE_CHARS[rng.random_range(0..NOISE_CHARS.len())];
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:360:38
[INFO] [stdout]     |
[INFO] [stdout] 360 |             effect_name: effects[rng.random_range(0..effects.len())].to_string(),
[INFO] [stdout]     |                                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |                         let shift = rng.random_range(0.7..1.3);
[INFO] [stdout]     |                                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:361:35
[INFO] [stdout]     |
[INFO] [stdout] 361 |             speed_multiplier: rng.random_range(0.5..2.5),
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:362:37
[INFO] [stdout]     |
[INFO] [stdout] 362 |             density_multiplier: rng.random_range(0.3..2.0),
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/fire.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 self.heat_map[idx] = rng.random_range(0.6..1.0);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:363:40
[INFO] [stdout]     |
[INFO] [stdout] 363 |             palette_name: palettes[rng.random_range(0..palettes.len())].to_string(),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/fire.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     let cooling = rng.random_range(0.0..self.cooling_factor);
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:364:40
[INFO] [stdout]     |
[INFO] [stdout] 364 |             charset_name: charsets[rng.random_range(0..charsets.len())].to_string(),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let glitch_type = rng.random_range(0..3);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/config.rs:368:30
[INFO] [stdout]     |
[INFO] [stdout] 368 |             crt_enabled: rng.random_range(0.0..1.0) < 0.07, // ~7% chance
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   8 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:80:35
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let y_start = rng.random_range(0..self.height);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:81:32
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let band = rng.random_range(1..=4);
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:83:34
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let offset = rng.random_range(-8..=8_i16);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:88:30
[INFO] [stdout]    |
[INFO] [stdout] 88 |                     ttl: rng.random_range(0.05..0.2),
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:239:28
[INFO] [stdout]     |
[INFO] [stdout] 239 |                     if rng.random_range(0.0..1.0) < probability {
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:93:29
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 let x = rng.random_range(0..self.width);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:240:56
[INFO] [stdout]     |
[INFO] [stdout] 240 |                         let noise_ch = NOISE_CHARS[rng.random_range(0..NOISE_CHARS.len())];
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 let y = rng.random_range(0..self.height);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/crt.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |                         let shift = rng.random_range(0.7..1.3);
[INFO] [stdout]     |                                         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  18 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:95:29
[INFO] [stdout]    |
[INFO] [stdout] 95 |                 let w = rng.random_range(3..=12).min(self.width - x);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |                 let h = rng.random_range(2..=5).min(self.height - y);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     ttl: rng.random_range(0.03..0.15),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 let y_start = rng.random_range(0..self.height);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 let band = rng.random_range(2..=6);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/fire.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |                 self.heat_map[idx] = rng.random_range(0.6..1.0);
[INFO] [stdout]     |                                          ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 let r_offset = rng.random_range(-3..=3_i16);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 |                     ttl: rng.random_range(0.05..0.15),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/fire.rs:144:39
[INFO] [stdout]     |
[INFO] [stdout] 144 |                     let cooling = rng.random_range(0.0..self.cooling_factor);
[INFO] [stdout]     |                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |             let count = rng.random_range(1..=3);
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:76:31
[INFO] [stdout]    |
[INFO] [stdout] 76 |         let glitch_type = rng.random_range(0..3);
[INFO] [stdout]    |                               ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:140:37
[INFO] [stdout]     |
[INFO] [stdout] 140 |             self.glitch_timer = rng.random_range(0.3..1.5) / self.speed_multiplier.max(0.5);
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:80:35
[INFO] [stdout]    |
[INFO] [stdout] 80 |                 let y_start = rng.random_range(0..self.height);
[INFO] [stdout]    |                                   ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:198:55
[INFO] [stdout]     |
[INFO] [stdout] 198 | ...                   let ch = GLITCH_CHARS[rng.random_range(0..GLITCH_CHARS.len())];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:81:32
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 let band = rng.random_range(1..=4);
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:83:34
[INFO] [stdout]    |
[INFO] [stdout] 83 |                 let offset = rng.random_range(-8..=8_i16);
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:199:50
[INFO] [stdout]     |
[INFO] [stdout] 199 | ...                   let brightness = rng.random_range(0.5..1.5);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:88:30
[INFO] [stdout]    |
[INFO] [stdout] 88 |                     ttl: rng.random_range(0.05..0.2),
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:66:28
[INFO] [stdout]     |
[INFO] [stdout]  66 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:93:29
[INFO] [stdout]    |
[INFO] [stdout] 93 |                 let x = rng.random_range(0..self.width);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:94:29
[INFO] [stdout]    |
[INFO] [stdout] 94 |                 let y = rng.random_range(0..self.height);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:72:28
[INFO] [stdout]     |
[INFO] [stdout]  72 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:95:29
[INFO] [stdout]    |
[INFO] [stdout] 95 |                 let w = rng.random_range(3..=12).min(self.width - x);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:78:28
[INFO] [stdout]     |
[INFO] [stdout]  78 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/effects/glitch.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |                 let h = rng.random_range(2..=5).min(self.height - y);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout] 10 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:84:28
[INFO] [stdout]     |
[INFO] [stdout]  84 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 |                     ttl: rng.random_range(0.03..0.15),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:107:35
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 let y_start = rng.random_range(0..self.height);
[INFO] [stdout]     |                                   ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:108:32
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 let band = rng.random_range(2..=6);
[INFO] [stdout]     |                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:110:36
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 let r_offset = rng.random_range(-3..=3_i16);
[INFO] [stdout]     |                                    ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:115:30
[INFO] [stdout]     |
[INFO] [stdout] 115 |                     ttl: rng.random_range(0.05..0.15),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/chars.rs:97:23
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let idx = rng.random_range(0..self.chars.len());
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |             let count = rng.random_range(1..=3);
[INFO] [stdout]     |                             ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let speed = rng.random_range(8.0..25.0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:140:37
[INFO] [stdout]     |
[INFO] [stdout] 140 |             self.glitch_timer = rng.random_range(0.3..1.5) / self.speed_multiplier.max(0.5);
[INFO] [stdout]     |                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |             rng.random_range((screen_height as usize / 3)..=(screen_height as usize));
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:198:55
[INFO] [stdout]     |
[INFO] [stdout] 198 | ...                   let ch = GLITCH_CHARS[rng.random_range(0..GLITCH_CHARS.len())];
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let start_y = -(rng.random_range(0..screen_height / 2) as f64);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/glitch.rs:199:50
[INFO] [stdout]     |
[INFO] [stdout] 199 | ...                   let brightness = rng.random_range(0.5..1.5);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]  10 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 if rng.random_bool(0.03) {
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/rain/column.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |             if rng.random_bool(self.mutation_rate) {
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   7 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:66:28
[INFO] [stdout]     |
[INFO] [stdout]  66 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:72:28
[INFO] [stdout]     |
[INFO] [stdout]  72 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/rain/mod.rs:88:35
[INFO] [stdout]     |
[INFO] [stdout]  88 |             if !has_column && rng.random_bool((self.spawn_rate * delta_time).min(1.0)) {
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:189:8
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn random_bool(&mut self, p: f64) -> bool {
[INFO] [stdout]     |        ----------- the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   3 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:78:28
[INFO] [stdout]     |
[INFO] [stdout]  78 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/effects/ocean.rs:84:28
[INFO] [stdout]     |
[INFO] [stdout]  84 |                 phase: rng.random_range(0.0..std::f64::consts::TAU),
[INFO] [stdout]     |                            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:159:8
[INFO] [stdout]     |
[INFO] [stdout] 159 |     fn random_range<T, R>(&mut self, range: R) -> T
[INFO] [stdout]     |        ------------ the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   6 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/chars.rs:97:23
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let idx = rng.random_range(0..self.chars.len());
[INFO] [stdout]    |                       ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:38:25
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let speed = rng.random_range(8.0..25.0);
[INFO] [stdout]    |                         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:42:17
[INFO] [stdout]    |
[INFO] [stdout] 42 |             rng.random_range((screen_height as usize / 3)..=(screen_height as usize));
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_range` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:45:29
[INFO] [stdout]    |
[INFO] [stdout] 45 |         let start_y = -(rng.random_range(0..screen_height / 2) as f64);
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_range` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]   --> src/rain/column.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |                 if rng.random_bool(0.03) {
[INFO] [stdout]    |                        ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout] 94 | |     where
[INFO] [stdout] 95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]    | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  7 + use rand::RngExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for mutable reference `&mut impl Rng` in the current scope
[INFO] [stdout]    --> src/rain/column.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |             if rng.random_bool(self.mutation_rate) {
[INFO] [stdout]     |                    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   7 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `random_bool` found for struct `ThreadRng` in the current scope
[INFO] [stdout]    --> src/rain/mod.rs:88:35
[INFO] [stdout]     |
[INFO] [stdout]  88 |             if !has_column && rng.random_bool((self.spawn_rate * delta_time).min(1.0)) {
[INFO] [stdout]     |                                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:189:8
[INFO] [stdout]     |
[INFO] [stdout] 189 |     fn random_bool(&mut self, p: f64) -> bool {
[INFO] [stdout]     |        ----------- the method is available for `ThreadRng` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: there is a method `random` with a similar name, but with different arguments
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/rng.rs:93:5
[INFO] [stdout]     |
[INFO] [stdout]  93 | /     fn random<T>(&mut self) -> T
[INFO] [stdout]  94 | |     where
[INFO] [stdout]  95 | |         StandardUniform: Distribution<T>,
[INFO] [stdout]     | |_________________________________________^
[INFO] [stdout] help: trait `RngExt` which provides `random_bool` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   3 + use rand::RngExt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `digital_rain` (bin "digital_rain") due to 40 previous errors; 5 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `digital_rain` (bin "digital_rain" test) due to 40 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b", kill_on_drop: false }`
[INFO] [stdout] dcd72afe6978ae175c9b5d884528061ada4d63531f660d732b6cbd06ca8dd03b
